home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Demos / Interactive Wave / _DATAS / DEMO.Dxr / 00001.ls next >
Encoding:
Text File  |  1995-08-07  |  415 b   |  44 lines

  1. on Interrupt0
  2.   exit
  3. end
  4.  
  5. on Interrupt1
  6.   exitend()
  7. end
  8.  
  9. on Interrupt2
  10.   exitend()
  11. end
  12.  
  13. on Avant
  14.   EffacePictRoll()
  15.   GoMarker(1)
  16. end
  17.  
  18. on Arriere
  19.   exit
  20. end
  21.  
  22. on MacroPlus
  23.   exit
  24. end
  25.  
  26. on MacroInitAnim
  27.   unLoad()
  28.   DesactiveTouches()
  29. end
  30.  
  31. on Carga Para
  32.   unLoad()
  33.   updateStage()
  34.   preLoad(the frame, the frame + Para)
  35. end
  36.  
  37. on attendson Piste
  38.   if soundBusy(Piste) = 1 then
  39.     go(#loop)
  40.   else
  41.     exit
  42.   end if
  43. end
  44.